From 7875ca894187674614f83b559d375789c5bc623c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 5 Nov 2014 15:14:30 -0800 Subject: [PATCH] Fix up some styling on the build-script docs --- src/doc/build-script.md | 2 +- src/doc/stylesheets/all.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index 712608657..6480ac2a9 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -152,7 +152,7 @@ prevent running the build script in question altogether and instead supply the metadata ahead of time. To override a build script, place the following configuration in any acceptable -Cargo [configuration location][config.html]. +Cargo [configuration location](config.html). ```toml [target.x86_64-unknown-linux-gnu.foo] diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 662c1f45a..2520c6b0f 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -70,7 +70,7 @@ main { box-shadow: 0px 0px 5px 2px #3b6837; } -main p:first-child { +main > p:first-child { color: #199b5c; font-weight: 500; margin-top: 3px; -- 2.30.2